home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / Interfaces&Libraries / Universal / Interfaces / RIncludes / Windows.r < prev   
Encoding:
Text File  |  1998-08-17  |  598 b   |  31 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        Windows.r
  3.  
  4.      Contains:    Window Manager Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.2
  8.  
  9.      Copyright:    © 1984-1998 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17.  
  18. #ifndef __WINDOWS_R__
  19. #define __WINDOWS_R__
  20.  
  21. #ifndef __CONDITIONALMACROS_R__
  22. #include "ConditionalMacros.r"
  23. #endif
  24.  
  25. #ifndef __MACWINDOWS_R__
  26. #include "MacWindows.r"      /* Windows.r was renamed to MacWindows.r */
  27. #endif
  28.  
  29. #endif /* __WINDOWS_R__ */
  30.  
  31.